-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: type fixes and some light housekeeping #528
Conversation
@@ -233,14 +233,5 @@ describe('Snapshot', () => { | |||
|
|||
snapshot.delete(done); | |||
}); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So... what's up with the deleted test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They were useless. We would do a callback = callback || noop
but callback will never be undefined because omitting it just uses the promisified version.
LGTM, assuming tests pass :) |
Codecov Report
@@ Coverage Diff @@
## master #528 +/- ##
==========================================
- Coverage 94.95% 94.78% -0.18%
==========================================
Files 16 16
Lines 992 959 -33
Branches 87 84 -3
==========================================
- Hits 942 909 -33
Misses 42 42
Partials 8 8
Continue to review full report at Codecov.
|
Source-Author: Benjamin E. Coe <[email protected]> Source-Date: Wed May 6 13:16:18 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: be74d3e532faa47eb59f1a0eaebde0860d1d8ab4 Source-Link: googleapis/synthtool@be74d3e
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2f68300a-9812-4342-86c6-33ab267ece4f/targets Source-Link: googleapis/synthtool@be74d3e
…pis#727) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/13e8b547-7af0-436b-b85e-2c1942f8f36a/targets Source-Link: googleapis/synthtool@be74d3e
Fixes #507
Fixes #526
Closes #525